home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000120_news@columbia.edu _Wed Apr 23 10:10:42 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA01576
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 23 Apr 1997 10:10:42 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA01301
  7.     for kermit.misc@watsun; Wed, 23 Apr 1997 10:10:41 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Logging Question.
  12. Date: 23 Apr 1997 14:10:41 GMT
  13. Organization: Columbia University
  14. Lines: 26
  15. Message-ID: <5jl591$gd7$1@apakabar.cc.columbia.edu>
  16. References: <1997Apr23.104606@merlin.ecid.cig.mot.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6938
  19.  
  20. In article <1997Apr23.104606@merlin.ecid.cig.mot.com>,
  21. Robert Cornell <cornellr@merlin.ecid.cig.mot.com> wrote:
  22. : I have a script that connects to a remote host via another machine that acts
  23. : as a logging host.  Each machine is running its own version of kermit.
  24. : i.e.   local ----modem----- intermediate -----modem----- remote
  25. : Is it possible to turn logging off on the intermediate host prior to a file
  26. : transfer and reinstate it on completion of the transfer without dropping the
  27. : intermediate / remote connection.
  28. :
  29. I don't understand what you mean by "logging".  You mean the Kermit program
  30. on the intermediate machine is in CONNECT mode, with a session log going?
  31. If that's what you mean, then sure -- just escape back to its prompt and
  32. tell it to "close session".
  33.  
  34. If the Kermit program on the intermediate computer is C-Kermit, you should
  35. know that the current version of C-Kermit is 6.0.  More info at:
  36.  
  37.   http://www.columbia.edu/kermit/ck60.html
  38.  
  39. One of the many new features of this release is a series of enhancements for
  40. just this situation.  They are described in detail in the new edition of
  41. "Using C-Kermit", in the section "C-Kermit in the middle".
  42.  
  43. - Frank